projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85d822b
)
CI: Switch to 64bit mingw for the MSYS2 job
author
Christoph Reiter
<reiter.christoph@gmail.com>
Sun, 14 Jun 2020 18:02:46 +0000
(20:02 +0200)
committer
Christoph Reiter
<reiter.christoph@gmail.com>
Sun, 14 Jun 2020 18:02:46 +0000
(20:02 +0200)
64 bit is more common now and also tests more things because
sizeof(glong) != sizeof(gpointer)
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index 1f9cd0f906bf3fcfc14f70c38dcbdb990a7399d9..a4465cff4fcb84b99b31e1f0818bc9105e7e1902 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-110,10
+110,10
@@
release-build:
- subprojects/libepoxy/
- subprojects/pango/
-msys2-mingw
32
:
+msys2-mingw
64
:
extends: .mingw-defaults
variables:
- MSYSTEM: "MINGW
32
"
+ MSYSTEM: "MINGW
64
"
CHERE_INVOKING: "yes"
.flatpak-defaults: